From cc0a65cb5668e9c20d8a45dba41866fe900393a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Sat, 8 Jan 2011 10:56:59 +0100 Subject: [PATCH] docs: Fix typo in GtkWidget geometry-management documentation Reported by Andrew Cowie in https://bugzilla.gnome.org/show_bug.cgi?id=638963 --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index b740d1c13d..b7c3141d0d 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -105,7 +105,7 @@ * For example, when queried in the normal * %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH mode: * First, the default minimum and natural width for each widget - * in the interface will be computed using gtk_width_get_preferred_width(). + * in the interface will be computed using gtk_widget_get_preferred_width(). * Because the preferred widths for each container depend on the preferred * widths of their children, this information propagates up the hierarchy, * and finally a minimum and natural width is determined for the entire -- 2.30.2